projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
51fa34b
)
(PURESIZE_RATIO): Reduce to 10/6.
author
Andreas Schwab
<schwab@suse.de>
Sun, 16 Apr 2006 12:19:47 +0000
(12:19 +0000)
committer
Andreas Schwab
<schwab@suse.de>
Sun, 16 Apr 2006 12:19:47 +0000
(12:19 +0000)
src/ChangeLog
patch
|
blob
|
history
src/puresize.h
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index b7b0c5bbc5b29d3d6a391db91416fedcc8bedd56..432e0915cb3a58eeefe9f26139f6adcf40232aa3 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-1,3
+1,7
@@
+2006-04-16 Andreas Schwab <schwab@suse.de>
+
+ * puresize.h (PURESIZE_RATIO): Reduce to 10/6.
+
2006-04-15 Romain Francoise <romain@orebokech.com>
* puresize.h (BASE_PURESIZE): Increment to 1210000.
diff --git
a/src/puresize.h
b/src/puresize.h
index c89ba6b047919e8a690271ca5603292a1ebd7b94..67e758ae799e59105d53cae85e0c95546f4fbb47 100644
(file)
--- a/
src/puresize.h
+++ b/
src/puresize.h
@@
-49,7
+49,7
@@
Boston, MA 02110-1301, USA. */
/* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */
#ifndef PURESIZE_RATIO
#if BITS_PER_EMACS_INT > 32
-#define PURESIZE_RATIO
9/5
/* Don't surround with `()'. */
+#define PURESIZE_RATIO
10/6
/* Don't surround with `()'. */
#else
#define PURESIZE_RATIO 1
#endif